home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global mySLIDE
- set the locV of sprite 24 to 240
- set the locH of sprite 24 to 320
- repeat while the stillDown
- if rollOver(clickOn()) then
- set the castNum of sprite clickOn() to the number of cast "dnQue"
- else
- set the castNum of sprite clickOn() to the number of cast "Que"
- end if
- updateStage()
- end repeat
- set the type of sprite 24 to 0
- set the castNum of sprite clickOn() to the number of cast "Que"
- updateStage()
- end
-